﻿2026-06-28T11:42:09.0541993Z ##[group]Run actions/checkout@v5
2026-06-28T11:42:09.0542721Z with:
2026-06-28T11:42:09.0543060Z   fetch-depth: 0
2026-06-28T11:42:09.0543450Z   repository: SaberMage/spt-core
2026-06-28T11:42:09.0546547Z   token: ***
2026-06-28T11:42:09.0546885Z   ssh-strict: true
2026-06-28T11:42:09.0547228Z   ssh-user: git
2026-06-28T11:42:09.0547576Z   persist-credentials: true
2026-06-28T11:42:09.0547953Z   clean: true
2026-06-28T11:42:09.0548307Z   sparse-checkout-cone-mode: true
2026-06-28T11:42:09.0548715Z   fetch-tags: false
2026-06-28T11:42:09.0549170Z   show-progress: true
2026-06-28T11:42:09.0549518Z   lfs: false
2026-06-28T11:42:09.0549837Z   submodules: false
2026-06-28T11:42:09.0550181Z   set-safe-directory: true
2026-06-28T11:42:09.0550748Z ##[endgroup]
2026-06-28T11:42:09.1332551Z Syncing repository: SaberMage/spt-core
2026-06-28T11:42:09.1333984Z ##[group]Getting Git version info
2026-06-28T11:42:09.1334647Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-28T11:42:09.1335551Z [command]/usr/bin/git version
2026-06-28T11:42:09.1335957Z git version 2.43.0
2026-06-28T11:42:09.1346931Z ##[endgroup]
2026-06-28T11:42:09.1357282Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2c7380d5-eab1-4f18-9717-3129fb9c65a6' before making global git config changes
2026-06-28T11:42:09.1358392Z Adding repository directory to the temporary git global config as a safe directory
2026-06-28T11:42:09.1360311Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-28T11:42:09.1391558Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-28T11:42:09.1409131Z https://github.com/SaberMage/spt-core
2026-06-28T11:42:09.1419366Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-28T11:42:09.1421711Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-28T11:42:09.1474155Z HEAD
2026-06-28T11:42:09.1510237Z ##[endgroup]
2026-06-28T11:42:09.1510886Z [command]/usr/bin/git submodule status
2026-06-28T11:42:09.1694053Z ##[group]Cleaning the repository
2026-06-28T11:42:09.1696446Z [command]/usr/bin/git clean -ffdx
2026-06-28T11:42:12.2448800Z Removing .adapter-notify/
2026-06-28T11:42:12.2449912Z Removing target/
2026-06-28T11:42:12.2460095Z [command]/usr/bin/git reset --hard HEAD
2026-06-28T11:42:12.2721618Z HEAD is now at 0e48ce332 Merge 04dc7e9be386b7b93535d575a088634f0ab7481c into 9e5b33bb3ed1f6ed6766f5f17373e43ce2778932
2026-06-28T11:42:12.2727543Z ##[endgroup]
2026-06-28T11:42:12.2729919Z ##[group]Disabling automatic garbage collection
2026-06-28T11:42:12.2733839Z [command]/usr/bin/git config --local gc.auto 0
2026-06-28T11:42:12.2760293Z ##[endgroup]
2026-06-28T11:42:12.2760807Z ##[group]Setting up auth
2026-06-28T11:42:12.2766149Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-28T11:42:12.2792821Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-28T11:42:12.2991807Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-28T11:42:12.3018418Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-28T11:42:12.3203162Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-28T11:42:12.3225936Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-28T11:42:12.3412034Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-28T11:42:12.3441010Z ##[endgroup]
2026-06-28T11:42:12.3446673Z ##[group]Fetching the repository
2026-06-28T11:42:12.3447483Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +0e48ce332909c69c844bafe97d79a20fad195757:refs/remotes/pull/39/merge
2026-06-28T11:42:13.6941664Z ##[endgroup]
2026-06-28T11:42:13.6942455Z ##[group]Determining the checkout info
2026-06-28T11:42:13.6943033Z ##[endgroup]
2026-06-28T11:42:13.6946860Z [command]/usr/bin/git sparse-checkout disable
2026-06-28T11:42:13.6984648Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-28T11:42:13.7010489Z ##[group]Checking out the ref
2026-06-28T11:42:13.7012245Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/39/merge
2026-06-28T11:42:13.7057372Z HEAD is now at 0e48ce332 Merge 04dc7e9be386b7b93535d575a088634f0ab7481c into 9e5b33bb3ed1f6ed6766f5f17373e43ce2778932
2026-06-28T11:42:13.7061974Z ##[endgroup]
2026-06-28T11:42:13.7099685Z [command]/usr/bin/git log -1 --format=%H
2026-06-28T11:42:13.7124495Z 0e48ce332909c69c844bafe97d79a20fad195757
